From 25523e60c3bfaf3338a78f1c71599b087af3967e Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Sat, 16 Dec 2017 23:12:50 +0700 Subject: [PATCH] gtk: remove non-breaking space, probably there by mistake Signed-off-by: Arnaud Rebillout https://bugzilla.gnome.org/show_bug.cgi?id=791710 --- gtk/gtktextbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index 1dba4c4e00..5e601887f5 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -3717,7 +3717,7 @@ remove_all_selection_clipboards (GtkTextBuffer *buffer) * @override_location: (allow-none): location to insert pasted text, or %NULL * @default_editable: whether the buffer is editable by default * - * Pastes the contents of a clipboard. If @override_location is %NULL, the + * Pastes the contents of a clipboard. If @override_location is %NULL, the * pasted text will be inserted at the cursor position, or the buffer selection * will be replaced if the selection is non-empty. * -- 2.30.2